EMT Practice Test

1. Question Content...


Question List

Question1: Exhibit.

Referring to the exhibit, what is the correct method to retrieve the value associated only with ''MX960''?

Question2: Which HTTP status code indicates a response to a successful request?

Question3: Which development model is the classic approach to software development?

Question4: Exhibit.

Which type of data maps to the position key shown in the exhibit?

Question5: Which Python operator tests two variables to see if they contain the same value?

Question6: Exhibit

Referring to the exhibit, what is the output from the print(x) line?

Question7: As part of an application to manage network devices, you must query hundreds of network devices and return the unique set of IP prefixes by configured firewall filters. To accomplish this task you will require a mutable data type that contains unordered, unique elements.
Which Python data type will fulfill these requirements?

Question8: Exhibit.

You need to translate the configuration shown in the exhibit into a PyEZ RPC call.
Which line shows the proper PyEZ syntax?

Question9: You are asked to develop a PyEZ application that will connect to multiple Junos devices using the XML API and perform an asset inventory. Which standards-based protocol should you use to perform this

Question10: What are three elements of Infrastructure as Code (IaC)? (Choose three.)

Question11: You want to perform a dry run on the myPlays playbook and use a custom inventory file called myRouters.ini.
Which Ansible command would you use in this scenario?

Question12: Which set of DevOps CAUMS values is correct?

Question13: Prior to creating a Junos automation script, you want to understand the output format of a new isolated RPC calls to use in the script.
What is the provided on Junos devices to help accomplish this task?

Question14: What is the default port for NETCONF connections over SSH?

Question15: Exhibit.

You have the configuration shown in the exhibit, but are unable to access the REST API Explorer.
Which configuration is necessary to solve this problem?

Question16: Which Python code block is an example of a context manager?

Question17: Exhibit.

Referring to the exhibit, where would the junos. conf file be found?

Question18: What are two examples of XPath operators? (Choose two.)

Question19: Which two Junos processes handle automation on Junos devices? (Choose two.)

Question20: Exhibit.

Which type of file is shown in the exhibit?

Question21: Exhibit.

Referring to the exhibit, which statement about the Ansible Playbook is correct?

Question22: Which code format is a valid example of an HTTPS get-interface-information method using the default port?

Question23: You are asked to gather interface information from a Junos device. Your environment supports the JSON format. To determine how interface information is represented, you decide to view all of the configured interface key-value pairs in the current Junos candidate configuration.
In this scenario, which command will provide the information that you need?

Question24: An Ansible playbook executes which type of module?

Question25: Given the <name> username </name> XML code, what is the information between the opening and closing tags called?

Question26: Which statement is correct about the Junos XML API?

Question27: Exhibit.

Which command will solve the problem......

Question28: Which two Python packages use NETCONF to interact with Junos devices? (Choose two.)

Question29: Which statement is correct about the Junos XML API?

Question30: Which feature is used in XML to ensure that all attributes and elements have unique names?

Question31: Exhibit.

Referring to the exhibit, which two statements are correct? (Choose two)

Question32: What is an example of correct XML syntax?

Question33: What are two data structures in JSON? (Choose two.)

Question34: Which XML shorthand notation is used when no data exists between tags?

Question35: Referring to the exhibit.

which two statements are correct? (Choose two.)

Question36: What is the outcome of the Python a = b operator?